Wiki

Clone wiki

inf225public / glossary / GLL parser

[Alphabetical Index | Tag Index]

GLL parser

An LL parsing algorithm extended to handle nondeterministic and ambiguous grammars, making it capable of parsing any context-free grammar. Unlike normal LL or recursive descent parsers, it can also handle Left recursion.

[WWW]

Updated